Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Attributes | List of all members
IkePdu Class Reference

IKE PDU structure. More...

Inheritance diagram for IkePdu:
Pdu Signal

Public Attributes

long initCookie
 
long responseCookie
 
byte nextPayload
 
byte versionNumber
 
byte exchangeType
 
byte flag
 
int msgId
 
int msgLength
 
vector< IkePayloadpayloadList
 
string data
 

Detailed Description

IKE PDU structure.

Member Data Documentation

◆ data

string IkePdu::data

◆ exchangeType

byte IkePdu::exchangeType

◆ flag

byte IkePdu::flag

◆ initCookie

long IkePdu::initCookie

◆ msgId

int IkePdu::msgId

◆ msgLength

int IkePdu::msgLength

◆ nextPayload

byte IkePdu::nextPayload

◆ payloadList

vector<IkePayload> IkePdu::payloadList

◆ responseCookie

long IkePdu::responseCookie

◆ versionNumber

byte IkePdu::versionNumber

The documentation for this class was generated from the following file: